Interview Questions and Answer
Options:
a. It is a web server that is used to host websites, services and applications.
b. Internet Information Manager (IIS manager) is a GUI interface used to manage the IIS web server.
c. It is installed as part of the Windows Server Operating System.
d. All the above
Reveal Answer
Options:
a. It contains mappings of urls and their corresponding IP addresses.
b. b. It uses Domain Name System Protocol to implement the mapping.
c. Windows Server Active Directory service uses DNS as its domain controller location mechanism.
d. All the above.
Reveal Answer
Options:
a. aspnet_wp.exe
b. w3wp.exe
c. wpw3.exe
d. aspnet_w3wp.exe
Reveal Answer
Options:
a. inetmgr.exe
b. iisreset
c. resetiis
d. iisrestart
Reveal Answer
Options:
a. An application pool can contain one or more webapplications
b. It is used to provide isolation between various webapplications
c. Each application has its own worker process
d. All the above
Reveal Answer
Options:
a. An IIS website is made up of one or more webapplications
b. A website can be managed easily by dividing its functionality amongst various web applications (Ex:- A company website www.abc.com has a finance department managed by the webapplication www.abc.com/finance)
c. Only a
d. Both a and b
Reveal Answer
Options:
a. An Application Pool can be recycled
b. A website can be recycled
c. The IIS web server can be recycled
d. All of the above
Reveal Answer
Options:
a. Assign different IP address.
b. Assign different IP address and a different host header name.
c. Assign same IP address with a different host header name.
d. a or b
Reveal Answer
Options:
a. An Application domain can be associated with more than one worker process.
b. An Application domain is a level of isolation provided by asp.net run time.
c. When a user requests for a page the second time, the same thread present in Application domain is used to execute the code for that page and the response is rendered.
d. You cannot recycle an Application Domain unlike an Application Pool
Reveal Answer
Bestdotnet google plus